E-Tech Timer / E-Tech Timer / My Project / AssemblyInfo.vbon commit add archived files (d846247)
   1Imports System
   2Imports System.Reflection
   3Imports System.Runtime.InteropServices
   4
   5' General Information about an assembly is controlled through the following 
   6' set of attributes. Change these attribute values to modify the information
   7' associated with an assembly.
   8
   9' Review the values of the assembly attributes
  10
  11<Assembly: AssemblyTitle("E-Tech Timer")> 
  12<Assembly: AssemblyDescription("The simple, free and open source timer for Windows.")> 
  13<Assembly: AssemblyCompany("E-Tech Software")> 
  14<Assembly: AssemblyProduct("E-Tech Timer")> 
  15<Assembly: AssemblyCopyright("")> 
  16<Assembly: AssemblyTrademark("")> 
  17
  18<Assembly: ComVisible(True)> 
  19
  20'The following GUID is for the ID of the typelib if this project is exposed to COM
  21<Assembly: Guid("3c6cba15-2e6c-40ee-90ab-f81371e6beb8")> 
  22
  23' Version information for an assembly consists of the following four values:
  24'
  25'      Major Version
  26'      Minor Version 
  27'      Build Number
  28'      Revision
  29'
  30' You can specify all the values or you can default the Build and Revision Numbers 
  31' by using the '*' as shown below:
  32' <Assembly: AssemblyVersion("1.0.*")> 
  33
  34<Assembly: AssemblyVersion("5.0.0.0")> 
  35<Assembly: AssemblyFileVersion("5.0.0.0")>